home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / mono-common.postinst < prev    next >
Encoding:
Text File  |  2007-02-27  |  272 b   |  13 lines

  1. #!/bin/sh -e
  2.  
  3. if [ configure = "$1" ] && [ -x /usr/sbin/update-binfmts ]; then
  4.   /usr/sbin/update-binfmts --import cli
  5. fi
  6.  
  7. if [ configure = "$1" ] && [ -d /usr/share/dotnet/mono/ ] && [ -L /usr/share/dotnet/mono ]; then
  8.   # it's a symlink
  9.   rm /usr/share/dotnet/mono
  10. fi
  11.  
  12.  
  13.